home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / fish / 676-700 / 682 / rexxhostlib / glue.lzh / SendRex1.asm < prev    next >
Assembly Source File  |  1990-09-18  |  209b  |  16 lines

  1.     xref    _RexxHostBase
  2.     xdef    _SendRexxMsg
  3.  
  4.     section    text,code
  5.  
  6. _SendRexxMsg:
  7.     movem.l    a6/a2,-(sp)
  8.     move.l    _RexxHostBase,a6
  9.     movem.l    12(sp),a0/a1/a2
  10.     move.l    24(sp),d0
  11.     jsr    -114(a6)
  12.     movem.l    (sp)+,a6/a2
  13.     rts
  14.  
  15.     end
  16.